Generalise `find_project` to not always search parents.
authorHuon Wilson <dbau.pp+github@gmail.com>
Sat, 28 Jun 2014 09:24:15 +0000 (19:24 +1000)
committerHuon Wilson <dbau.pp+github@gmail.com>
Sun, 29 Jun 2014 06:46:24 +0000 (16:46 +1000)
commit97d1d358afb6cc1604747d4e4ead1d5da1a8adbb
tree1c8718604dfffaedcddcc682792df3a0399df83d
parent9288b6e618e8d17829d825fde19589012df5b4a4
Generalise `find_project` to not always search parents.

Also, add a helper around `find_project` that returns `dir/file` rather
than just `dir`.
src/bin/cargo-build.rs [changed mode: 0644->0755]
src/bin/cargo-test.rs [changed mode: 0644->0755]
src/bin/cargo.rs [changed mode: 0644->0755]
src/cargo/util/important_paths.rs